home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Private Casting
/
Casting One.bin
/
Docs
/
Bonus.dir
/
00046.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-02-21
|
337 b
|
10 lines
on exitFrame
if not rollOver(19) and not rollOver(20) and not rollOver(21) and not rollOver(22) and not rollOver(23) and not rollOver(24) and not rollOver(25) and not rollOver(26) then
repeat with x = 20 to 26
set the visible of sprite x to 0
end repeat
set the height of sprite 19 to 35
end if
go(the frame)
end